home *** CD-ROM | disk | FTP | other *** search
- program Ccfmgr3;
-
- uses
- Forms,
- Ufmgr3 in 'UFMGR3.PAS' {CCFileMgrForm},
- Dddfunit in 'DDDFUNIT.PAS' {DestDDForm},
- Drwsutl2 in 'DRWSUTL2.PAS',
- Drwsutl1 in 'DRWSUTL1.PAS';
-
- {$R *.RES}
-
- begin
- Application.Title := 'CC File Center';
- Application.CreateForm(TCCFileMgrForm, CCFileMgrForm);
- Application.CreateForm(TDestDDForm, DestDDForm);
- Application.Run;
- end.
-